#include <qglobal.h>#include <stdlib.h>#include <stdio.h>#include <string.h>Include dependency graph for stdafx.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | GHND 0 |
| #define | GlobalFreePtr(p) free((void *)(p)) |
| #define | strnicmp(a, b, c) strncasecmp(a,b,c) |
| #define | wsprintf sprintf |
| #define | FALSE false |
| #define | TRUE true |
Typedefs | |
| typedef signed char | CHAR |
| typedef unsigned char | UCHAR |
| typedef unsigned char * | PUCHAR |
| typedef unsigned short | USHORT |
| typedef unsigned long | ULONG |
| typedef unsigned long | UINT |
| typedef unsigned long | DWORD |
| typedef long | LONG |
| typedef unsigned short | WORD |
| typedef unsigned char | BYTE |
| typedef unsigned char * | LPBYTE |
| typedef bool | BOOL |
| typedef char * | LPSTR |
| typedef void * | LPVOID |
| typedef long * | LPLONG |
| typedef unsigned long * | LPDWORD |
| typedef unsigned short * | LPWORD |
| typedef const char * | LPCSTR |
| typedef long long | LONGLONG |
| typedef void * | PVOID |
Functions | |
| LONG | MulDiv (long a, long b, long c) |
| signed char * | GlobalAllocPtr (unsigned int, size_t size) |
| void | ProcessPlugins (int) |
|
|
|
|
|
Definition at line 75 of file stdafx.h. Referenced by CSoundFile::AllocateSample(), MMCMP_Unpack(), and PP20_Unpack(). |
|
|
Definition at line 87 of file stdafx.h. Referenced by CSoundFile::Create(), and CSoundFile::FreeSample(). |
|
|
|
|
|
|
|
|
Definition at line 92 of file stdafx.h. Referenced by CSoundFile::ReadPSM(), CSoundFile::ResetMidiCfg(), and CSoundFile::SaveMod(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 77 of file stdafx.h. Referenced by CSoundFile::AllocateSample(), MMCMP_Unpack(), and PP20_Unpack(). |
|
||||||||||||||||
|
|
|
|
Definition at line 85 of file stdafx.h. Referenced by CSoundFile::Read(). |
1.4.2