- Timestamp:
- Dec 2, 2010, 1:19:12 AM (15 years ago)
- Location:
- trunk/src
- Files:
-
- 60 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/DPlayX/dpclassfactory.cpp
r4317 r21494 3 3 4 4 #include <odin.h> 5 #define ICOM_CINTERFACE 1 5 6 6 #define CINTERFACE 7 #include "wine/obj_base.h" 7 8 8 #include "wine/obj_base.h"9 9 #include "winerror.h" 10 10 #include "debugtools.h" -
trunk/src/DPlayX/dplay.cpp
r5526 r21494 10 10 11 11 #include <odin.h> 12 #define ICOM_CINTERFACE 113 12 #define CINTERFACE 14 13 -
trunk/src/DPlayX/dplaysp.cpp
r5311 r21494 9 9 10 10 #include <odin.h> 11 #define ICOM_CINTERFACE 112 11 #define CINTERFACE 13 12 -
trunk/src/DPlayX/dplayx_global.cpp
r5526 r21494 15 15 16 16 #include <odin.h> 17 #define ICOM_CINTERFACE 118 17 #define CINTERFACE 19 18 -
trunk/src/DPlayX/dplayx_main.cpp
r5311 r21494 9 9 #include <string.h> 10 10 #include <odin.h> 11 #define ICOM_CINTERFACE 1 12 #define CINTERFACE 11 13 12 #include "winerror.h" 14 13 #include "winbase.h" 15 14 #include "debugtools.h" 16 15 #define INITGUID 17 #include " initguid.h" /* To define the GUIDs */16 #include "guiddef.h" /* To define the GUIDs */ 18 17 #include "dplaysp.h" 19 18 #include "dplayx_global.h" -
trunk/src/DPlayX/dplayx_messages.cpp
r5311 r21494 10 10 11 11 #include <odin.h> 12 #define ICOM_CINTERFACE 113 12 #define CINTERFACE 14 13 -
trunk/src/DPlayX/dplobby.cpp
r7940 r21494 10 10 11 11 #include <odin.h> 12 #define ICOM_CINTERFACE 113 12 #define CINTERFACE 14 13 -
trunk/src/DPlayX/name_server.cpp
r5526 r21494 13 13 14 14 #include <odin.h> 15 #define ICOM_CINTERFACE 116 15 #define CINTERFACE 17 16 -
trunk/src/comdlg32/cdlg32.cpp
r3544 r21494 9 9 #ifdef __WIN32OS2__ 10 10 // ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error 11 #define CINTERFACE 111 #define CINTERFACE 12 12 #include <os2win.h> 13 13 #else -
trunk/src/custombuild/guid.c
r6459 r21494 1 1 /* $Id: guid.c,v 1.4 2001-08-04 17:19:20 sandervl Exp $ */ 2 #define ICOM_CINTERFACE 13 2 #include <odin.h> 4 3 5 #define CINTERFACE 14 #define CINTERFACE 6 5 #define INITGUID 7 #include <wine\obj_oleview.h> 8 #include "initguid.h" 6 #include "wine/obj_base.h" 9 7 10 8 #include "shlwapi.h" … … 24 22 #include "wine\obj_olefont.h" 25 23 26 #include <wine/obj_oleview.h>27 #include <wine/obj_dragdrop.h>28 #include <wine/obj_inplace.h>29 #include <wine/obj_control.h>30 #include <wine/obj_shellfolder.h>31 #include <wine/obj_shelllink.h>32 #include <wine/obj_contextmenu.h>33 #include <wine/obj_commdlgbrowser.h>34 #include <wine/obj_extracticon.h>35 #include <wine/obj_shellextinit.h>36 #include <wine/obj_shellbrowser.h>37 #include <wine/obj_serviceprovider.h>38 #include <wine/unicode.h>24 #include "wine/obj_oleview.h" 25 #include "wine/obj_dragdrop.h" 26 #include "wine/obj_inplace.h" 27 #include "wine/obj_control.h" 28 #include "wine/obj_shellfolder.h" 29 #include "wine/obj_shelllink.h" 30 #include "wine/obj_contextmenu.h" 31 #include "wine/obj_commdlgbrowser.h" 32 #include "wine/obj_extracticon.h" 33 #include "wine/obj_shellextinit.h" 34 #include "wine/obj_shellbrowser.h" 35 #include "wine/obj_serviceprovider.h" 36 #include "wine/unicode.h" 39 37 40 38 #include <misc.h> -
trunk/src/ddraw/clipper.cpp
r21483 r21494 20 20 #include <memory.h> 21 21 22 #ifndef CINTERFACE 23 #define CINTERFACE 1 24 #endif 22 #define CINTERFACE 25 23 #include "ddraw2d.h" 26 24 #include "clipper.h" -
trunk/src/ddraw/ddclipper.cpp
r21483 r21494 20 20 #include <stdio.h> 21 21 22 #ifndef CINTERFACE 23 #define CINTERFACE 1 24 #endif 22 #define CINTERFACE 25 23 #include "ddraw2d.h" 26 24 #include "clipper.h" -
trunk/src/ddraw/ddmain.cpp
r21483 r21494 23 23 #include <stdio.h> 24 24 25 #ifndef CINTERFACE 26 #define CINTERFACE 1 27 #endif 25 #define CINTERFACE 28 26 #include "ddraw2d.h" 29 27 #include "winerror.h" -
trunk/src/ddraw/ddraw2d.cpp
r21483 r21494 22 22 #include <winuser32.h> 23 23 24 #ifndef CINTERFACE 25 #define CINTERFACE 1 26 #endif 24 #define CINTERFACE 27 25 #define INITGUID 28 26 #include "ddraw2d.h" -
trunk/src/ddraw/ddraw3d.cpp
r21483 r21494 20 20 #include <winbase.h> 21 21 22 #ifndef CINTERFACE 23 #define CINTERFACE 1 24 #endif 22 #define CINTERFACE 25 23 #include "ddraw2d.h" 26 24 #include "clipper.h" -
trunk/src/ddraw/new/ddraw.CPP
r4970 r21494 18 18 #include <builtin.h> 19 19 #define INITGUID 20 #define ICOM_CINTERFACE 121 20 #define CINTERFACE 22 21 -
trunk/src/ddraw/palette.cpp
r21483 r21494 21 21 #include <memory.h> 22 22 23 #ifndef CINTERFACE 24 #define CINTERFACE 1 25 #endif 23 #define CINTERFACE 26 24 #include "ddraw2d.h" 27 25 #include "clipper.h" -
trunk/src/ddraw/surface.cpp
r21483 r21494 25 25 #include <fourcc.h> 26 26 27 #ifndef CINTERFACE 28 #define CINTERFACE 1 29 #endif 27 #define CINTERFACE 30 28 #include "ddraw2d.h" 31 29 #include "clipper.h" -
trunk/src/ddraw/surfacehlp.cpp
r21483 r21494 13 13 #include <fourcc.h> 14 14 15 #ifndef CINTERFACE 16 #define CINTERFACE 1 17 #endif 15 #define CINTERFACE 18 16 #include "ddraw2d.h" 19 17 #include "clipper.h" -
trunk/src/ddraw/surfblit.cpp
r21483 r21494 25 25 #include <fourcc.h> 26 26 27 #ifndef CINTERFACE 28 #define CINTERFACE 1 29 #endif 27 #define CINTERFACE 30 28 #include "ddraw2d.h" 31 29 #include "clipper.h" -
trunk/src/ddraw/surfoverlay.cpp
r21483 r21494 25 25 #include <fourcc.h> 26 26 27 #ifndef CINTERFACE 28 #define CINTERFACE 1 29 #endif 27 #define CINTERFACE 30 28 #include "ddraw2d.h" 31 29 #include "clipper.h" -
trunk/src/dplay/dplay.cpp
r1118 r21494 10 10 #include <os2win.h> 11 11 12 #define ICOM_CINTERFACE 113 12 #define CINTERFACE 14 15 13 16 14 #include "winerror.h" -
trunk/src/guidlib/guid.c
r10615 r21494 1 1 /* $Id: guid.c,v 1.8 2004-07-06 16:57:30 sandervl Exp $ */ 2 #define ICOM_CINTERFACE 13 2 #include <odin.h> 4 3 5 #define CINTERFACE 14 #define CINTERFACE 6 5 #define INITGUID 7 #include <wine\obj_oleview.h> 8 #include "initguid.h" 6 #include "wine/obj_base.h" 9 7 10 8 #include "shlwapi.h" … … 23 21 #include "wine/obj_clientserver.h" 24 22 #include "wine/obj_cache.h" 25 #include "wine \obj_oleaut.h"26 #include "wine \obj_olefont.h"23 #include "wine/obj_oleaut.h" 24 #include "wine/obj_olefont.h" 27 25 28 #include <wine/obj_oleview.h>29 #include <wine/obj_dragdrop.h>30 #include <wine/obj_inplace.h>31 #include <wine/obj_channel.h>32 #include <wine/obj_marshal.h>33 #include <wine/obj_control.h>34 #include <wine/obj_shellfolder.h>35 #include <wine/obj_shelllink.h>36 #include <wine/obj_contextmenu.h>37 #include <wine/obj_commdlgbrowser.h>38 #include <wine/obj_extracticon.h>39 #include <wine/obj_shellextinit.h>40 #include <wine/obj_shellbrowser.h>41 #include <wine/obj_serviceprovider.h>42 #include <wine/obj_queryassociations.h>26 #include "wine/obj_oleview.h" 27 #include "wine/obj_dragdrop.h" 28 #include "wine/obj_inplace.h" 29 #include "wine/obj_channel.h" 30 #include "wine/obj_marshal.h" 31 #include "wine/obj_control.h" 32 #include "wine/obj_shellfolder.h" 33 #include "wine/obj_shelllink.h" 34 #include "wine/obj_contextmenu.h" 35 #include "wine/obj_commdlgbrowser.h" 36 #include "wine/obj_extracticon.h" 37 #include "wine/obj_shellextinit.h" 38 #include "wine/obj_shellbrowser.h" 39 #include "wine/obj_serviceprovider.h" 40 #include "wine/obj_queryassociations.h" 43 41 #include "wine/obj_webbrowser.h" 44 #include <wine/unicode.h> 45 42 #include "wine/unicode.h" 46 43 47 44 #include <misc.h> -
trunk/src/kernel32/test/Resources.cpp
r1870 r21494 12 12 * Defined Constants And Macros * 13 13 *******************************************************************************/ 14 //#define ICOM_CINTERFACE 015 14 #ifdef __WATCOMC__ 16 15 #define ENUMRESNAMEPROCW ENUMRESNAMEPROC -
trunk/src/msvfw32/msvfw32.cpp
r9140 r21494 9 9 #include <odin.h> 10 10 11 #define ICOM_CINTERFACE 111 #define ICOM_CINTERFACE 12 12 ////#define strcasecmp strcmp 13 13 -
trunk/src/ole32/old/ole32.h
r5601 r21494 17 17 #define NONAMELESSUNION 18 18 // ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error 19 #define CINTERFACE 119 #define CINTERFACE 20 20 21 21 // ><DJR 17.05.99 Move standard includes to before os2win.h [memcmp] … … 37 37 #endif 38 38 #include <ole2ver.h> 39 #include <ole.h>40 39 #include <ole2.h> 41 40 #include <winreg.h> -
trunk/src/ole32/ole32.h
r5929 r21494 17 17 #define NONAMELESSUNION 18 18 // ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error 19 #define CINTERFACE 119 #define CINTERFACE 20 20 21 21 // ><DJR 17.05.99 Move standard includes to before os2win.h [memcmp] … … 37 37 #endif 38 38 #include <ole2ver.h> 39 #include <ole.h>40 39 #include <ole2.h> 41 40 #include <winreg.h> -
trunk/src/ole32/storage32.c
r9400 r21494 24 24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 25 */ 26 27 #include <assert.h> 28 #include <stdio.h> 29 #include <stdlib.h> 30 #include <string.h> 31 32 #include "ole.h" 33 26 34 #ifdef __WIN32OS2__ 27 35 #include "ole32.h" 28 36 #include "heapstring.h" 29 37 #endif 30 31 #include <assert.h>32 #include <stdio.h>33 #include <stdlib.h>34 #include <string.h>35 38 36 39 #include "winbase.h" /* for lstrlenW() and the likes */ … … 7205 7208 * StgIsStorageFile [OLE32.146] 7206 7209 */ 7207 HRESULT WINAPI 7208 StgIsStorageFile(LPCOLESTR fn) 7210 HRESULT WINAPI 7211 StgIsStorageFile(LPCOLESTR fn) 7209 7212 { 7210 7213 HRESULT ret; -
trunk/src/ole32/stubs.cpp
r10432 r21494 13 13 */ 14 14 15 #include "ole.h" 15 16 #include "ole32.h" 16 17 -
trunk/src/oleaut32/dispatch.c
r8450 r21494 29 29 30 30 #include "windef.h" 31 #include "ole.h"32 31 #include "oleauto.h" 33 32 #include "winerror.h" -
trunk/src/oleaut32/oleaut32.h
r8450 r21494 14 14 15 15 // ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error 16 #define CINTERFACE 116 #define CINTERFACE 17 17 18 18 #include <odin.h> … … 33 33 34 34 #include <ole2ver.h> 35 #include <ole.h>36 35 #include <winreg.h> 37 36 -
trunk/src/oledlg/oledlg.cpp
r1710 r21494 11 11 12 12 // ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error 13 #define CINTERFACE 113 #define CINTERFACE 14 14 15 15 // ><DJR 17.05.99 Move standard includes to before os2win.h [memcmp] -
trunk/src/olepro32/olepro32.h
r2842 r21494 13 13 14 14 // ><DJR 17.05.99 Force to use C-interfaces for now to prevent CALLBACK definition compiler error 15 #define CINTERFACE 115 #define CINTERFACE 16 16 17 17 #include <odin.h> … … 33 33 #include <os2win.h> 34 34 #include <ole2ver.h> 35 #include <ole.h>36 35 #include <winreg.h> 37 36 -
trunk/src/rpcrt4/rpcrt4.h
r5472 r21494 8 8 #define __ODIN_RPCRT4_H 9 9 10 #define CINTERFACE 110 #define CINTERFACE 11 11 #define RPC_UNICODE_SUPPORTED 1 12 12 -
trunk/src/rsaenh/handle.c
r21363 r21494 39 39 * init_handle_table 40 40 * 41 * Initializes the HANDLET ABLEstructure pointed to by lpTable42 * 43 * PARAMS 44 * lpTable [I] Pointer to the HANDLET ABLEstructure, which is to be initalized.41 * Initializes the HANDLETBL structure pointed to by lpTable 42 * 43 * PARAMS 44 * lpTable [I] Pointer to the HANDLETBL structure, which is to be initalized. 45 45 * 46 46 * NOTES 47 47 * Note that alloc_handle_table calls init_handle_table on it's own, which 48 48 * means that you only have to call init_handle_table, if you use a global 49 * variable of type HANDLET ABLEfor your handle table. However, in this49 * variable of type HANDLETBL for your handle table. However, in this 50 50 * case you have to call destroy_handle_table when you don't need the table 51 51 * any more. 52 52 */ 53 void init_handle_table(HANDLET ABLE*lpTable)53 void init_handle_table(HANDLETBL *lpTable) 54 54 { 55 55 TRACE("(lpTable=%p)\n", lpTable); … … 59 59 lpTable->iFirstFree = 0; 60 60 InitializeCriticalSection(&lpTable->mutex); 61 //lpTable->mutex.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": HANDLET ABLE.mutex");61 //lpTable->mutex.DebugInfo->Spare[0] = (DWORD_PTR)(__FILE__ ": HANDLETBL.mutex"); 62 62 } 63 63 … … 73 73 * Note that release_handle_table takes care of this. 74 74 */ 75 void destroy_handle_table(HANDLET ABLE*lpTable)75 void destroy_handle_table(HANDLETBL *lpTable) 76 76 { 77 77 TRACE("(lpTable=%p)\n", lpTable); … … 97 97 * zero, if handle is not valid. 98 98 */ 99 int is_valid_handle(HANDLET ABLE*lpTable, HCRYPTKEY handle, DWORD dwType)99 int is_valid_handle(HANDLETBL *lpTable, HCRYPTKEY handle, DWORD dwType) 100 100 { 101 101 unsigned int index = HANDLE2INDEX(handle); … … 133 133 * lpTable [I] The table of which all valid handles shall be released. 134 134 */ 135 static void release_all_handles(HANDLET ABLE*lpTable)135 static void release_all_handles(HANDLETBL *lpTable) 136 136 { 137 137 unsigned int i; … … 160 160 * NOTES 161 161 * If all you need is a single handle table, you may as well declare a global 162 * variable of type HANDLET ABLEand call init_handle_table on your own.163 */ 164 int alloc_handle_table(HANDLET ABLE**lplpTable)162 * variable of type HANDLETBL and call init_handle_table on your own. 163 */ 164 int alloc_handle_table(HANDLETBL **lplpTable) 165 165 { 166 166 TRACE("(lplpTable=%p)\n", lplpTable); 167 167 168 *lplpTable = HeapAlloc(GetProcessHeap(), 0, sizeof(HANDLET ABLE));168 *lplpTable = HeapAlloc(GetProcessHeap(), 0, sizeof(HANDLETBL)); 169 169 if (*lplpTable) 170 170 { … … 191 191 * All valid handles still in the table are released also. 192 192 */ 193 int release_handle_table(HANDLET ABLE*lpTable)193 int release_handle_table(HANDLETBL *lpTable) 194 194 { 195 195 TRACE("(lpTable=%p)\n", lpTable); … … 215 215 * This is a support function for alloc_handle. Do not call! 216 216 */ 217 static int grow_handle_table(HANDLET ABLE*lpTable)218 { 219 HANDLET ABLEENTRY *newEntries;217 static int grow_handle_table(HANDLETBL *lpTable) 218 { 219 HANDLETBLENTRY *newEntries; 220 220 unsigned int i, newIEntries; 221 221 222 222 newIEntries = lpTable->iEntries + TABLE_SIZE_INCREMENT; 223 223 224 newEntries = HeapAlloc(GetProcessHeap(), 0, sizeof(HANDLET ABLEENTRY)*newIEntries);224 newEntries = HeapAlloc(GetProcessHeap(), 0, sizeof(HANDLETBLENTRY)*newIEntries); 225 225 if (!newEntries) 226 226 return 0; … … 228 228 if (lpTable->paEntries) 229 229 { 230 memcpy(newEntries, lpTable->paEntries, sizeof(HANDLET ABLEENTRY)*lpTable->iEntries);230 memcpy(newEntries, lpTable->paEntries, sizeof(HANDLETBLENTRY)*lpTable->iEntries); 231 231 HeapFree(GetProcessHeap(), 0, lpTable->paEntries); 232 232 } … … 260 260 * zero, if not successful (no free handle) 261 261 */ 262 static int alloc_handle(HANDLET ABLE*lpTable, OBJECTHDR *lpObject, HCRYPTKEY *lpHandle)262 static int alloc_handle(HANDLETBL *lpTable, OBJECTHDR *lpObject, HCRYPTKEY *lpHandle) 263 263 { 264 264 int ret = 0; … … 307 307 * zero, if not successful (invalid handle) 308 308 */ 309 int release_handle(HANDLET ABLE*lpTable, HCRYPTKEY handle, DWORD dwType)309 int release_handle(HANDLETBL *lpTable, HCRYPTKEY handle, DWORD dwType) 310 310 { 311 311 unsigned int index = HANDLE2INDEX(handle); … … 352 352 * zero, if not successful (invalid handle) 353 353 */ 354 int lookup_handle(HANDLET ABLE*lpTable, HCRYPTKEY handle, DWORD dwType, OBJECTHDR **lplpObject)354 int lookup_handle(HANDLETBL *lpTable, HCRYPTKEY handle, DWORD dwType, OBJECTHDR **lplpObject) 355 355 { 356 356 int ret = 0; … … 387 387 * zero, if not successful (invalid handle or out of memory) 388 388 */ 389 int copy_handle(HANDLET ABLE*lpTable, HCRYPTKEY handle, DWORD dwType, HCRYPTKEY *copy)389 int copy_handle(HANDLETBL *lpTable, HCRYPTKEY handle, DWORD dwType, HCRYPTKEY *copy) 390 390 { 391 391 OBJECTHDR *pObject; … … 430 430 * a handle to the new object, if successful. 431 431 */ 432 HCRYPTKEY new_object(HANDLET ABLE*lpTable, size_t cbSize, DWORD dwType, DESTRUCTOR destructor,432 HCRYPTKEY new_object(HANDLETBL *lpTable, size_t cbSize, DWORD dwType, DESTRUCTOR destructor, 433 433 OBJECTHDR **ppObject) 434 434 { -
trunk/src/rsaenh/handle.h
r21363 r21494 43 43 }; 44 44 45 typedef struct tagHANDLET ABLEENTRY45 typedef struct tagHANDLETBLENTRY 46 46 { 47 47 OBJECTHDR *pObject; 48 48 unsigned int iNextFree; 49 } HANDLET ABLEENTRY;49 } HANDLETBLENTRY; 50 50 51 typedef struct tagHANDLET ABLE51 typedef struct tagHANDLETBL 52 52 { 53 53 unsigned int iEntries; 54 54 unsigned int iFirstFree; 55 HANDLET ABLEENTRY *paEntries;55 HANDLETBLENTRY *paEntries; 56 56 CRITICAL_SECTION mutex; 57 } HANDLET ABLE;57 } HANDLETBL; 58 58 59 int alloc_handle_table (HANDLET ABLE**lplpTable);60 void init_handle_table (HANDLET ABLE*lpTable);61 int release_handle_table(HANDLET ABLE*lpTable);62 void destroy_handle_table(HANDLET ABLE*lpTable);63 int release_handle (HANDLET ABLE*lpTable, HCRYPTKEY handle, DWORD dwType);64 int copy_handle (HANDLET ABLE*lpTable, HCRYPTKEY handle, DWORD dwType, HCRYPTKEY *copy);65 int lookup_handle (HANDLET ABLE*lpTable, HCRYPTKEY handle, DWORD dwType, OBJECTHDR **lplpObject);66 int is_valid_handle (HANDLET ABLE*lpTable, HCRYPTKEY handle, DWORD dwType);59 int alloc_handle_table (HANDLETBL **lplpTable); 60 void init_handle_table (HANDLETBL *lpTable); 61 int release_handle_table(HANDLETBL *lpTable); 62 void destroy_handle_table(HANDLETBL *lpTable); 63 int release_handle (HANDLETBL *lpTable, HCRYPTKEY handle, DWORD dwType); 64 int copy_handle (HANDLETBL *lpTable, HCRYPTKEY handle, DWORD dwType, HCRYPTKEY *copy); 65 int lookup_handle (HANDLETBL *lpTable, HCRYPTKEY handle, DWORD dwType, OBJECTHDR **lplpObject); 66 int is_valid_handle (HANDLETBL *lpTable, HCRYPTKEY handle, DWORD dwType); 67 67 68 HCRYPTKEY new_object (HANDLET ABLE*lpTable, size_t cbSize, DWORD dwType, DESTRUCTOR destructor,69 70 68 HCRYPTKEY new_object (HANDLETBL *lpTable, size_t cbSize, DWORD dwType, DESTRUCTOR destructor, 69 OBJECTHDR **ppObject); 70 71 71 #ifdef __cplusplus 72 72 } -
trunk/src/rsaenh/rsaenh.c
r21363 r21494 348 348 * CSP's handle table (used by all acquired key containers) 349 349 */ 350 static HANDLET ABLEhandle_table;350 static HANDLETBL handle_table; 351 351 352 352 /****************************************************************************** -
trunk/src/rsaenh/rsaenh.def
r21363 r21494 44 44 _MD4Init@4 = ADVAPI32.504 45 45 _MD5Init@4 = ADVAPI32.507 46 wsnprintfA = USER32.210046 _wsnprintfA = USER32.2100 47 47 _SystemFunction036@8 = ADVAPI32.402 -
trunk/src/rsaenh/tomcrypt.h
r21422 r21494 46 46 int hi; 47 47 } __long_long; 48 49 #ifdef __int64 50 #undef __int64 51 #endif 48 52 #define __int64 __long_long 49 53 -
trunk/src/shdocvw/shdocvw_main.c
r10614 r21494 7 7 #include "debugtools.h" 8 8 9 # include "initguid.h"9 #define INITGUID 10 10 #include "ole2.h" 11 11 #include "shlwapi.h" -
trunk/src/shell32/changenotify.c
r9805 r21494 20 20 */ 21 21 #ifdef __WIN32OS2__ 22 #define ICOM_CINTERFACE 122 #define CINTERFACE 23 23 #include <odin.h> 24 24 #endif -
trunk/src/shell32/classes.c
r8048 r21494 7 7 */ 8 8 #ifdef __WIN32OS2__ 9 #define ICOM_CINTERFACE 19 #define CINTERFACE 10 10 #include <odin.h> 11 11 #endif -
trunk/src/shell32/clipboard.c
r8614 r21494 21 21 */ 22 22 #ifdef __WIN32OS2__ 23 #define ICOM_CINTERFACE 123 #define CINTERFACE 24 24 #include <odin.h> 25 25 #endif -
trunk/src/shell32/dataobject.c
r8614 r21494 8 8 */ 9 9 #ifdef __WIN32OS2__ 10 #define ICOM_CINTERFACE 110 #define CINTERFACE 11 11 #include <odin.h> 12 12 #endif -
trunk/src/shell32/dbgwrap.cpp
r21464 r21494 12 12 #include <heapstring.h> 13 13 14 #define ICOM_CINTERFACE 1 15 #define CINTERFACE 1 14 #define CINTERFACE 16 15 17 16 //#define NO_SHLWAPI_STREAM -
trunk/src/shell32/enumidlist.c
r10185 r21494 6 6 */ 7 7 #ifdef __WIN32OS2__ 8 #define ICOM_CINTERFACE 18 #define CINTERFACE 9 9 #include <odin.h> 10 10 #endif -
trunk/src/shell32/folders.c
r8614 r21494 6 6 */ 7 7 #ifdef __WIN32OS2__ 8 #define ICOM_CINTERFACE 18 #define CINTERFACE 9 9 #include <odin.h> 10 10 #include "shellicon.h" -
trunk/src/shell32/iconcache.c
r10347 r21494 5 5 */ 6 6 #ifdef __WIN32OS2__ 7 #define ICOM_CINTERFACE 17 #define CINTERFACE 8 8 #include <odin.h> 9 9 #endif -
trunk/src/shell32/misc.cpp
r8614 r21494 22 22 #include <wcstr.h> 23 23 24 #define ICOM_CINTERFACE 124 #define CINTERFACE 25 25 26 26 //#include <os2win.h> -
trunk/src/shell32/sh.cpp
r10314 r21494 25 25 #include <string.h> 26 26 27 #define ICOM_CINTERFACE 127 #define CINTERFACE 28 28 #include "shell32_main.h" 29 29 #include <win\shlobj.h> -
trunk/src/shell32/she.cpp
r7904 r21494 25 25 26 26 27 #define ICOM_CINTERFACE 127 #define CINTERFACE 28 28 #include "shell32_main.h" 29 29 -
trunk/src/shell32/shell.c
r8048 r21494 6 6 */ 7 7 #ifdef __WIN32OS2__ 8 #define ICOM_CINTERFACE 18 #define CINTERFACE 9 9 #include <odin.h> 10 10 #endif -
trunk/src/shell32/shell32_main.c
r21464 r21494 7 7 */ 8 8 #ifdef __WIN32OS2__ 9 #define ICOM_CINTERFACE 19 #define CINTERFACE 10 10 #include <odin.h> 11 11 #endif -
trunk/src/shell32/shell32_odin.cpp
r8614 r21494 25 25 #include <string.h> 26 26 27 #define ICOM_CINTERFACE 1 28 #define CINTERFACE 1 27 #define CINTERFACE 29 28 30 29 #include "winerror.h" -
trunk/src/shell32/shellstub.cpp
r10259 r21494 22 22 #include <odin.h> 23 23 24 #define ICOM_CINTERFACE 1 25 #define CINTERFACE 1 24 #define CINTERFACE 26 25 27 26 #include "debugtools.h" -
trunk/src/shlwapi/ordinal_odin.cpp
r8584 r21494 43 43 #include <winuser.h> 44 44 45 46 #define ICOM_CINTERFACE 1 47 #define CINTERFACE 1 45 #define CINTERFACE 48 46 49 47 #include "winerror.h" -
trunk/src/shlwapi/shlstub.cpp
r7900 r21494 19 19 #include <odin.h> 20 20 21 #define ICOM_CINTERFACE 1 22 #define CINTERFACE 1 21 #define CINTERFACE 23 22 24 23 #include "debugtools.h" -
trunk/src/shlwapi/shlwapi.cpp
r7820 r21494 29 29 #include <odin.h> 30 30 31 #define ICOM_CINTERFACE 1 32 #define CINTERFACE 1 31 #define CINTERFACE 33 32 34 33 #include "debugtools.h" -
trunk/src/shlwapi/string_odin.cpp
r8584 r21494 47 47 #include <winuser.h> 48 48 49 50 #define ICOM_CINTERFACE 1 51 #define CINTERFACE 1 49 #define CINTERFACE 52 50 53 51 #include "winerror.h" -
trunk/src/wintrust/wintrust.cpp
r7624 r21494 5 5 * 6 6 */ 7 #define ICOM_CINTERFACE 18 7 #define CINTERFACE 9 8
Note:
See TracChangeset
for help on using the changeset viewer.