Changeset 374


Ignore:
Timestamp:
Jul 23, 1999, 7:52:16 PM (26 years ago)
Author:
sandervl
Message:

VAC 3.6.5 changes

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/windef.h

    r278 r374  
    1 /* $Id: windef.h,v 1.3 1999-07-06 15:48:44 phaller Exp $ */
     1/* $Id: windef.h,v 1.4 1999-07-23 17:51:39 sandervl Exp $ */
    22
    33/*
     
    223223typedef float           FLOAT;
    224224#ifdef __WIN32OS2__
     225#if __IBMC__ != 430 && __IBMCPP__ != 360
    225226typedef double          __int64;
     227#endif
     228#else
    226229#else
    227230typedef long long       __int64;
  • trunk/src/user32/new/spy.cpp

    r300 r374  
    1 /* $Id: spy.cpp,v 1.1 1999-07-14 08:35:35 sandervl Exp $ */
     1/* $Id: spy.cpp,v 1.2 1999-07-23 17:52:16 sandervl Exp $ */
    22
    33/*
     
    8181}
    8282
     83#ifdef DEBUG
    8384BOOL PostSpyMessage(HWND hwnd, ULONG Msg, ULONG wParam, ULONG lParam)
    8485{
     
    110111}
    111112
     113#endif
  • trunk/src/user32/spy.cpp

    r225 r374  
    1 /* $Id: spy.cpp,v 1.3 1999-06-27 16:23:23 sandervl Exp $ */
     1/* $Id: spy.cpp,v 1.4 1999-07-23 17:52:02 sandervl Exp $ */
    22
    33/*
     
    8181}
    8282
     83#ifdef DEBUG
    8384BOOL PostSpyMessage(HWND hwnd, ULONG Msg, ULONG wParam, ULONG lParam)
    8485{
     
    110111}
    111112
     113#endif
Note: See TracChangeset for help on using the changeset viewer.