| 741 | static unsigned short fileVerNumber[4] = {FILE_VER_NUMBER}; |
| 742 | |
| 743 | static inline unsigned int getPartialVersion() |
| 744 | { |
| 745 | // major // minor |
| 746 | return (fileVerNumber[0] << 24) | (fileVerNumber[1] << 16); |
| 747 | } |
| 748 | |
| 749 | static inline unsigned int getFullVersion() |
| 750 | { |
no outgoing calls
no test coverage detected