Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages