Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
546 B

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently,
// but are changed infrequently
#ifndef _XXXXXXXX
#define _XXXXXXXX
#include <afxctl.h> // MFC support for OLE Custom Controls
#include "thumb.h" // Publics for the Thumb Control
// Colors
#define rgbWhite RGB(255,255,255)
#define rgbBlack RGB(0,0,0)
#define rgbLtGray RGB(0xC0, 0xC0, 0xC0)
#define rgbDkGray RGB(0x80, 0x80, 0x80)
// Help Support...
#define WM_CONTEXTMENU 0x007B
#endif