Changeset 497 for trunk/Include/crt.sbp
- Timestamp:
- Mar 28, 2008, 5:43:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/crt.sbp
r400 r497 1 1 'crt.sbp 2 3 #ifndef _INC_CRT4 #define _INC_CRT5 2 6 3 #ifndef _DEFINE_CRTDLL_NAME … … 76 73 Declare Function memcmp cdecl lib "msvcrt" (p1 As VoidPtr, p2 As VoidPtr, n As SIZE_T) As Long 77 74 Declare Function wmemcmp cdecl lib "msvcrt" (p1 As *WCHAR, p2 As WCHAR, n As SIZE_T) As Long 78 79 80 #endif '_INC_CRT
Note:
See TracChangeset
for help on using the changeset viewer.