Logo

GitLab

Sign in

SGJP / Morfeusz

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
ubu18
  • Morfeusz
  • morfeusz
  • deserialization
  • endianness.hpp
  • generalne porządki w kodzie ...
    a65ee056
    git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/morfeusz@210 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
    Michał Lenart authored
    11 years ago  
    Browse Code »
endianness.hpp 269 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/* 
 * File:   endianness.hpp
 * Author: lennyn
 *
 * Created on December 1, 2013, 8:45 PM
 */

#ifndef ENDIANNESS_HPP
#define	ENDIANNESS_HPP

#if defined _WIN64 || defined _WIN32
#include <winsock2.h>
#else
#include <netinet/in.h>
#endif

#endif	/* ENDIANNESS_HPP */