Changeset 4848 for trunk/src/gdi32/gdi32.cpp
- Timestamp:
- Dec 29, 2000, 7:41:23 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/gdi32.cpp
r4602 r4848 1 /* $Id: gdi32.cpp,v 1.6 3 2000-11-16 16:34:48sandervl Exp $ */1 /* $Id: gdi32.cpp,v 1.64 2000-12-29 18:40:44 sandervl Exp $ */ 2 2 3 3 /* … … 15 15 #include <string.h> 16 16 #include <odinwrap.h> 17 #include "misc.h"17 #include <misc.h> 18 18 #include "callback.h" 19 19 #include "unicode.h" … … 23 23 #include "oslibgdi.h" 24 24 #include <dcdata.h> 25 #include <win 32wnd.h>25 #include <winuser32.h> 26 26 27 27 #define DBG_LOCALLOG DBG_gdi32
Note:
See TracChangeset
for help on using the changeset viewer.