ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <limits.h>
#include <assert.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <wingdi.h>
#include <shellapi.h>
#include <htmlhelp.h>
#include <commdlg.h>
#include <winnls.h>
#include <stdlib.h>
#include "resources.h"
#include "cliputils.h"
#include "fileutils.h"
#include "scrollutils.h"
#include "winutils.h"
Go to the source code of this file.
Classes | |
struct | _CLIPBOARD_GLOBALS |
Macros | |
#define | _WIN32_WINNT 0x600 |
#define | MAX_STRING_LEN 255 |
#define | DISPLAY_MENU_POS 2 |
#define | CF_NONE 0 |
Typedefs | |
typedef struct _CLIPBOARD_GLOBALS | CLIPBOARD_GLOBALS |
Variables | |
CLIPBOARD_GLOBALS | Globals |
|
extern |