Release 950403
[wine/multimedia.git] / include / global.h
blob626890f8f17ab805775743e6df701fd621530d46
1 /*
2 * Global heap declarations
4 * Copyright 1995 Alexandre Julliard
5 */
7 #ifndef __WINE_GLOBAL_H
8 #define __WINE_GLOBAL_H
10 #include "wintypes.h"
12 extern HGLOBAL GLOBAL_Alloc( WORD flags, DWORD size, HGLOBAL hOwner,
13 BOOL isCode, BOOL isReadOnly );
14 extern WORD GlobalHandleToSel( HGLOBAL handle );
16 #endif /* __WINE_GLOBAL_H */