source: nscp/include/unicode_char.hpp @ f029bc2

0.4.00.4.10.4.2
Last change on this file since f029bc2 was 7f9c823, checked in by Michael Medin <michael@…>, 4 years ago

First attempt at serious boostification.
NOTICE! This is NOT a complete edition, it build and runs but many features are disabled and/or broken.
But we have working, sockets and mutexes and conversion functions from boost inside now and more to come...
Also started to build with CMake since it works better then boost.build

  • Property mode set to 100644
File size: 131 bytes
Line 
1#pragma once
2
3#ifdef WIN32
4#include <windows.h>
5#include <tchar.h>
6#else
7#ifndef _T
8#define _T(x) L ## x
9#endif
10
11#endif
Note: See TracBrowser for help on using the repository browser.