2025-04-27 07:49:33 -04:00

8 lines
178 B
C

#ifndef __MFGLS_H__
#define __MFGLS_H__
void SetHdcPixelFormat(HDC hdc, int cAlphaBits, int cAccumBits,
int cDepthBits, int cStencilBits);
#endif