Changeset 577 for trunk/src/user32/icon.cpp
- Timestamp:
- Aug 19, 1999, 2:54:30 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/icon.cpp
r120 r577 1 /* $Id: icon.cpp,v 1. 4 1999-06-19 10:54:47sandervl Exp $ */1 /* $Id: icon.cpp,v 1.5 1999-08-19 12:53:55 sandervl Exp $ */ 2 2 3 /*4 *5 * Project Odin Software License can be found in LICENSE.TXT6 *7 */8 3 /* 9 4 * Win32 icon conversion functions for OS/2 10 5 * 11 6 * Copyright 1998 Sander van Leeuwen 7 * 8 * 9 * Project Odin Software License can be found in LICENSE.TXT 12 10 * 13 11 */ … … 25 23 #include <iostream.h> 26 24 #include <string.h> 27 #define _ICON_C_28 25 29 #define DWORD ULONG 30 #define LPVOID VOID * 31 #define WORD USHORT 32 #define WCHAR USHORT 33 #define HANDLE ULONG 34 #define LPWSTR WCHAR * 26 #include <win32type.h> 35 27 36 #include "icon.h"37 #include "misc.h"28 #include <winicon.h> 29 #include <misc.h> 38 30 39 31 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.