Skip to content

win32 types for any platform without the nonsense

License

Notifications You must be signed in to change notification settings

exploitmafia/types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

types

win32 types for any platform without the nonsense, and the bulk of overinclusion. This is compatible with C and C++.

code example:

#include <stdio.h>
#include "types.h"
int main() {
	LPCSTR p = "hi";
	printf("%s", p);
}

Compiles without warnings on MSVC C and C++.

About

win32 types for any platform without the nonsense

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages