Skip to content

Instantly share code, notes, and snippets.

View dingetje's full-sized avatar

dingetje

View GitHub Profile
@dingetje
dingetje / shlobj.h
Created February 10, 2011 15:20
Patched shlobj.h header file to be used with mingw32ce to compile LK8000
#ifndef _SHLOBJ_H
#define _SHLOBJ_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#ifdef __cplusplus
extern "C" {
#endif