Changeset 577 for trunk/src/user32/new/icon.cpp
- Timestamp:
- Aug 19, 1999, 2:54:30 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/icon.cpp
r345 r577 1 /* $Id: icon.cpp,v 1. 2 1999-07-20 15:46:53sandervl Exp $ */1 /* $Id: icon.cpp,v 1.3 1999-08-19 12:53:56 sandervl Exp $ */ 2 2 3 3 /* … … 23 23 #include <iostream.h> 24 24 #include <string.h> 25 #define _ICON_C_26 25 27 #define DWORD ULONG 28 #define LPVOID VOID * 29 #define WORD USHORT 30 #define WCHAR USHORT 31 #define HANDLE ULONG 32 #define LPWSTR WCHAR * 26 #include <win32type.h> 33 27 34 #include "icon.h"35 #include "misc.h"28 #include <winicon.h> 29 #include <misc.h> 36 30 37 31 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.