From: Mikko L. <laz...@us...> - 2004-06-19 15:12:34
|
Update of /cvsroot/rtk/rtk/src/core/platform/win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12106/core/platform/win32 Modified Files: File.cpp Log Message: Added first GUI files. NOTE: Nothing usable yet, just sandbox for developing :) Index: File.cpp =================================================================== RCS file: /cvsroot/rtk/rtk/src/core/platform/win32/File.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** File.cpp 13 Jun 2004 10:38:34 -0000 1.4 --- File.cpp 19 Jun 2004 15:12:22 -0000 1.5 *************** *** 49,58 **** #include <stdlib.h> //free - namespace Rtk - { - #include <windows.h> #include <io.h> #ifndef INVALID_SET_FILE_POINTER # define INVALID_SET_FILE_POINTER 0xFFFFFFFF --- 49,58 ---- #include <stdlib.h> //free #include <windows.h> #include <io.h> + namespace Rtk + { + #ifndef INVALID_SET_FILE_POINTER # define INVALID_SET_FILE_POINTER 0xFFFFFFFF |