Sha256: 55aaacb03b447cdbbce8bc9e96b62b43b72a330bc5c35f348744af4eedae6fb2
Contents?: true
Size: 223 Bytes
Versions: 5
Compression:
Stored size: 223 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __XOT_WINDOWS_H__ #define __XOT_WINDOWS_H__ #ifdef WIN32 #undef _WIN32_WINNT #define _WIN32_WINNT _WIN32_WINNT_WIN7 #include <windows.h> #include <windowsx.h> #endif #endif//EOH
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
xot-0.3.4 | include/xot/windows.h |
xot-0.3.3 | include/xot/windows.h |
xot-0.3.2 | include/xot/windows.h |
xot-0.3.1 | include/xot/windows.h |
xot-0.3 | include/xot/windows.h |