Ignore:
Timestamp:
Jan 20, 2006 9:03:36 PM (18 years ago)
Author:
bennylp
Message:

Completed testing for WinCE port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/file_io_win32.c

    r125 r126  
    1818 */ 
    1919#include <pj/file_io.h> 
    20 #include <pj/compat/unicode.h> 
     20#include <pj/unicode.h> 
    2121#include <pj/errno.h> 
    2222#include <pj/assert.h> 
     
    7979    dwFlagsAndAttributes = FILE_ATTRIBUTE_NORMAL; 
    8080 
    81     hFile = CreateFile(PJ_NATIVE_STRING(pathname,wpathname),  
     81    hFile = CreateFile(PJ_STRING_TO_NATIVE(pathname,wpathname),  
    8282                       dwDesiredAccess, dwShareMode, NULL, 
    8383                       dwCreationDisposition, dwFlagsAndAttributes, NULL); 
Note: See TracChangeset for help on using the changeset viewer.