vghwinterface/vghwapiwrapper/inc/hostthreadadapter.h
branchbug235_bringup_0
changeset 53 c2ef9095503a
parent 10 cd3ce1b777ef
equal deleted inserted replaced
52:39e5f73667ba 53:c2ef9095503a
       
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Host thread adapter header file
       
    15 
       
    16 #ifndef HOSTTHREADADAPTER_H
       
    17 #define HOSTTHREADADAPTER_H
       
    18 
       
    19 #pragma once
       
    20 
       
    21 #define WIN32_LEAN_AND_MEAN		// Exclude rarely-used stuff from Windows headers
       
    22 #define _WIN32_WINNT 0x0400
       
    23 
       
    24 #include "platformthreading.h"
       
    25 
       
    26 #endif // HOSTTHREADADAPTER
       
    27