ROOTPLOIT
Server: Apache
System: Linux node6122.myfcloud.com 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64
User: bashacomputer (1004)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/include/OpenEXR/halfExport.h
#ifndef HALFEXPORT_H
#define HALFEXPORT_H

//
//  Copyright (c) 2008 Lucasfilm Entertainment Company Ltd.
//  All rights reserved.   Used under authorization.
//  This material contains the confidential and proprietary
//  information of Lucasfilm Entertainment Company and
//  may not be copied in whole or in part without the express
//  written permission of Lucasfilm Entertainment Company.
//  This copyright notice does not imply publication.
//

#if defined(OPENEXR_DLL)
    #if defined(HALF_EXPORTS)
    #define HALF_EXPORT __declspec(dllexport)
    #else
    #define HALF_EXPORT __declspec(dllimport)
    #endif
    #define HALF_EXPORT_CONST
#else
    #define HALF_EXPORT
    #define HALF_EXPORT_CONST const
#endif

#endif // #ifndef HALFEXPORT_H