Mercurial > foo_out_sdl
annotate foosdk/sdk/foobar2000/helpers/foobar2000-lite+atl.h @ 1:20d02a178406 default tip
*: check in everything else
yay
| author | Paper <paper@tflc.us> |
|---|---|
| date | Mon, 05 Jan 2026 02:15:46 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
| 1 | 1 #pragma once |
| 2 | |
| 3 #include "../SDK/foobar2000-winver.h" | |
| 4 | |
| 5 #ifdef _WIN32 | |
| 6 #define _SECURE_ATL 1 | |
| 7 #endif | |
| 8 | |
| 9 #include "../SDK/foobar2000-lite.h" | |
| 10 | |
| 11 #ifdef _WIN32 | |
| 12 #include <atlbase.h> | |
| 13 #include <atltypes.h> | |
| 14 #include <atlstr.h> | |
| 15 #include <atlapp.h> | |
| 16 #include <atlctrls.h> | |
| 17 #include <atlwin.h> | |
| 18 #include <atlcom.h> | |
| 19 #include <atlcrack.h> | |
| 20 #endif | |
| 21 | |
| 22 #pragma once |
