Ignore:
Timestamp:
Jan 3, 2003, 5:35:58 PM (23 years ago)
Author:
sandervl
Message:

Merged Rewind menu control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/ctrlconf.h

    r9523 r9598  
    1 /* $Id: ctrlconf.h,v 1.1 2002-12-18 12:28:02 sandervl Exp $ */
     1/* $Id: ctrlconf.h,v 1.2 2003-01-03 16:35:51 sandervl Exp $ */
    22/*
    33 * Win32 common controls
     
    99
    1010#include "wndmsg.h"
     11#include "win32wmisc.h"
    1112
    1213#define SPY_GetMsgName(msg, hwnd)       GetMsgText(msg)
     
    2021#define  WIN_SuspendWndsLock()          0
    2122#define  WIN_RestoreWndsLock(ipreviousLock)
     23
     24//WIN31 look only -> we don't use it
     25#define NC_DrawSysButton(hwnd, hdc, state)
     26
    2227
    2328#define LOCAL_Alloc(ds, flags, size)            0
     
    6166extern const struct builtin_class_descr EDIT_builtin_class;
    6267extern const struct builtin_class_descr MDICLIENT_builtin_class;
     68extern const struct builtin_class_descr SCROLL_builtin_class;
     69extern const struct builtin_class_descr MENU_builtin_class;
    6370
    6471#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.